Fix bug in decoding emacs-mule encoding.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Mar 2010 20:35:44 +0000 (22:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Mar 2010 20:35:44 +0000 (22:35 +0200)
commit6d18a4922073cf1bbded53e9b986ea1dcb11601b
treec56bef5853220295606629da1f00db13ab023beb
parentde6cefc68cae953b49f0fea1c2e51c3308a2d335
Fix bug in decoding emacs-mule encoding.

 coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
 text that could be relocated inside the call to emacs_mule_char.
 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
 (CODING_DECODE_CHAR): Add a comment describing its purpose.
src/ChangeLog
src/coding.c